/* @override http://rmwebsite.com/schultzsmiles/wp-content/themes/schultzsmiles/style.css */

/*------------------------------------------------------------------------------------
  Copyright Rosemont Media 2009. Used with Permission.                             
  May not be duplicated or reproduced.
/*------------------------------------------------------------------------------------*/

/* ------------------------ type selectors ------------------------ */


/* ------------------------ slideshow framework ------------------------ */
#slideshow {
	width: 568px;
	height: 322px;
	position: relative;
	background: url("") no-repeat;
}

#slides {
	position: absolute;
	left: 0;
	top: 0;
}

#slideshow-nav {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 100;
}

#slideshow-nav a {
	padding: 3px 6px;
	background: #fff;
	background: rgba(255,255,255,0.7);
	margin-right: 3px;
	border: 1px solid #8e979d!important;
	text-decoration: none;
	color: #14558d;
}

#slideshow-nav a.activeSlide {
	color: #fff;
	background: #14558d;
	background: rgba(20,80,141,.7);
}
